...

Text file src/github.com/russross/blackfriday/v2/testdata/Inline HTML (Advanced).text

Documentation: github.com/russross/blackfriday/v2/testdata

     1Simple block on one line:
     2
     3<div>foo</div>
     4
     5And nested without indentation:
     6
     7<div>
     8<div>
     9<div>
    10foo
    11</div>
    12<div style=">"/>
    13</div>
    14<div>bar</div>
    15</div>

View as plain text